/* Table of CSS Content Start

:: 1.0 Import All CSS
:: 2.0 Common CSS
:: 3.0 Preloader CSS
:: 4.0 Section Heading CSS
:: 5.0 Header Area CSS
:: 6.0 Welcome Area Slider CSS
:: 7.0 Top Feature Area CSS
:: 8.0 About Us Area CSS
:: 9.0 Call to action Area Start
:: 10.0 Services Area CSS
:: 11.0 Speciality Area CSS
:: 12.0 Service Details Area CSS
:: 13.0 Video Area CSS
:: 14.0 Top CTA Area CSS
:: 15.0 Price Plan Area CSS
:: 16.0 Our Advisor Area CSS
:: 17.0 Testimonial Area CSS
:: 18.0 Partner Company Area CSS
:: 19.0 Cool Facts Area CSS
:: 20.0 Blog Area CSS
:: 21.0 Footer Area CSS
:: 22.0 Blog Area CSS
:: 23.0 Gallery Area CSS
:: 24.0 Contact Us Area CSS
:: 25.0 Sidebar Area CSS
:: 26.0 Why Choose Us Area CSS
:: 27.0 Background Video Version CSS
:: 28.0 special area css
:: 29.0 Owl Carousel Slider CSS
:: 30.0 Barfiller CSS
:: 31.0 Dark Version CSS
:: 32.0 Animated Headline CSS
:: 33.0 Fullscreen Menu Area CSS
:: 34.0 Right Side Menu Area CSS
:: 35.0 Split Screen CSS

Table of CSS Content End */



* {
    margin: 0;
    padding: 0;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

body {
    font-family: 'KnowledgeLight', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'KnowledgeBold', Arial, sans-serif;
    color: #151515;
}

h1,
.h1 {
    font-size: 42px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 30px;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 24px;
    font-weight: 400;
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 400;
}

.h6,
.h6 {
    font-size: 16px;
    font-weight: 400;
}

p {
    color: #cccccc;
    line-height: 1.6;
    font-size: 16px;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    text-decoration: none;
    outline: none;
    color: #111;
}

.btn {
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}

.btn:hover {
    box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
}

ul {
    margin: 10px 0 10px 20px;;
}

ol li,
ul li {
    list-style-type: square;
}


.boton {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff !important;
	background-color: #ff8100 !important;
	border: solid 1px #ff8100 !important;
	padding: 10px 20px;
	cursor:pointer;
	background-image: none !important;
	margin: 0px !important;
	font-size: 20px !important;
	font-family: 'KnowledgeBold', arial, sans-serif !important;
}
.boton:hover {
	text-decoration: none;
}
.label {
	font-size: 90%;
}

img {
    height: auto;
    max-width: 100%;
}

.background-overlay,
.background-overlay-gradients {
    position: relative;
    z-index: 3;
    background-position: center center;
    background-size: cover;
	 background-color: rgba(0, 0, 0, 0.5);
}



.table {
    display: table;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.margin_top_30 {
    margin-top: 30px;
}

.mt_50 {
    margin-top: 50px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.section_padding_50 {
    padding: 50px 0;
}

.section_padding_50_50 {
    padding: 50px 0 50px 0;
}

.section_padding_150 {
    padding: 150px 0;
}

.section_padding_0 {
    padding: 0;
}

.section_padding_100 {
    padding: 100px 0;
}

.section_padding_100_0 {
    padding: 100px 0 0 0;
}

.section_padding_0_100 {
    padding: 0 0 100px 0;
}

.section_padding_0_70 {
    padding: 0 0 70px 0;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}
.section_padding_120_70 {
    padding-top: 120px;
    padding-bottom: 70px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_200_100 {
    padding-top: 200px;
    padding-bottom: 100px;
}

.section_padding_200_70 {
    padding-top: 200px;
    padding-bottom: 70px;
}

.section_padding_200_170 {
    padding-top: 200px;
    padding-bottom: 170px;
}

.section_padding_200_0 {
    padding-top: 200px;
    padding-bottom: 0;
}

.slidea-control-thumbnail {
    width: 150px;
}

.bg-white {
    background-color: #fff !important;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin: 15px 0 15px ;
}
.line2 {
    width: 90%;
    height: 1px;
    background-color: #8d9199;
    margin: 25px 0 25px ;

}

.btn-xlg {
    padding: 12px 20px;
    font-size: 21px;
    line-height: 1.3333333;
}

.box-shadow-with-bg-gray {
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #f6f6f6 !important;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.box-shadow-with-bg-gray:hover {
    box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
}

.box-shadow-with-bg-white {
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #fff !important;
}

.box-shadow-with-bg-white:hover {
    box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
}

.blue-bg:hover {
    background-color: #3498db !important;
    color: #fff !important;
}

.bg-gray {
    background-color: #f6f6f6 !important;
}

.contact-btn {
    border: 1px solid #ddd !important;
    text-transform: capitalize !important;
}

.w50 {
    width: 50% !important;
}

.w25 {
    width: 25% !important;
}

.bg-gradients {
    background: #DC2424;
    background: -webkit-linear-gradient(to left, #4A569D, #DC2424);
    background: -webkit-linear-gradient(right, #4A569D, #DC2424);
    background: linear-gradient(to left, #4A569D, #DC2424);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
}

.oneplus-btn {
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 20px;
    min-width: 150px;
    margin-top: 15px;
	background-color:#ff8000;
}

.oneplus-btn:hover,
.oneplus-btn:focus {
    color: #fff;
}

#btn-one-1,
#btn-two-1,
#btn-three-1 {
    margin-right: 15px;
}


/* :: 3.0 Preloader CSS */

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.dark#preloader {
    background-color: #111;
}

.preloader {
    height: 100%;
    left: 50%;
    margin-left: -2.5em;
    margin-top: -1.25em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 9;
}

.cssload-loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
    display: block;
    margin: auto;
}

.cssload-loader:before,
.cssload-loader:after {
    content: "";
    position: absolute;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.cssload-loader:before {
    animation: before 2.3s infinite;
    -o-animation: before 2.3s infinite;
    -ms-animation: before 2.3s infinite;
    -webkit-animation: before 2.3s infinite;
    -moz-animation: before 2.3s infinite;
}

.cssload-loader:after {
    animation: after 2.3s infinite;
    -o-animation: after 2.3s infinite;
    -ms-animation: after 2.3s infinite;
    -webkit-animation: after 2.3s infinite;
    -moz-animation: after 2.3s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@-webkit-keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

@-webkit-keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

#scrollUp {
    background-color: #ff8000;
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    right: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	background-image: url('http://images.engage.es-pt.thomsonreuters.com/EloquaImages/clients/LALEYSAEIMPRESORA/%7B70374961-4dff-4479-8cba-b391b7e23e3f%7D_arrow-up.png');
	background-repeat: no-repeat;
	background-size: 50px;
}


/* :: 4.0 Section Heading CSS */

.section_heading {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.section_heading>h2 {
    text-transform: capitalize;
    font-size: 30px;
	font-weight:600;
    font-family: 'KnowledgeBold', Arial, sans-serif;
	text-transform:uppercase;
}
.section_heading>h3 {
    text-transform: capitalize;
    font-size: 20px;
	font-weight:500;
    font-family: 'KnowledgeRegular', Arial, sans-serif;
	text-transform:uppercase;
}

.section_heading>p {
    font-size: 18px;
    margin: 0 auto;
    max-width: 550px;
}

.section_heading.text-left {
    text-align: left !important;
}

.section_heading.text-right {
    text-align: right !important;
}


/* :: 5.0 Header Area CSS */

header {
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.logo_area {
    padding: 20px 0;
}

.main_header_area {
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
	background-color: #ffffff;

}

.main_header_area.sticky {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 999999 !important;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.headerfull.sticky {
    background-color: #15151e;
}

.main_menu_area {
    float: right;
    position: relative;
    z-index: 1;
}

.mainmenu {
    display: inline-block;
}

.mainmenu {
    text-align: right;
}

.mainmenu ul#nav li {
    display: inline-block;
    position: relative;
}

.mainmenu ul#nav li a {
    color: #fff;
    display: block;
    line-height: 1;
    padding: 28px 15px;
    text-transform: capitalize;
}

.main_header_area.sticky .mainmenu ul#nav li a {
    color: #FFF;
}

.main_header_area.sticky .mainmenu ul#nav li.current_page_item a {
    color: #ff8000;
}

.main_header_area .mainmenu ul#nav li.current_page_item a {
    background-color: transparent;
}

.mainmenu ul#nav li a i,
.mean-container .mean-nav ul li a i {
    padding-left: 5px;
}

.mainmenu ul#nav li ul {
    text-align: left;
}

.mainmenu ul#nav li ul li a {
    padding-left: 15px;
    text-align: left;
}

.main_header_area.sticky .mainmenu ul#nav li.active a,
.main_header_area.sticky .mainmenu ul#nav li:hover a,
.mainmenu ul#nav li.active a,
.mainmenu ul#nav li:hover a {
    color: #ff8000;
}

.blog_page .main_header_area {
    background-color: #fff;
}


/* :: 6.0 Welcome Area Slider CSS */

.welcome_area {
    overflow: hidden;
}

.default-title h2 {
    color: #fff;
    font-size: 70px;
    line-height: 1.1;
}

.default-title h2 span {
    color: #ff8000;
}

.default-description>p,
h2.default-description {
    color: #fff;
    font-size: 18px;
}

.default-button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin: 15px 10px 0;
    padding: 10px 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.default-button.second-btn,
.default-button:hover,
.default-button:focus {
    background-color: #ff8000;
    color: #fff;
    border: 2px solid transparent;
}


/* :: 7.0 Top Feature Area CSS */

.single_feature {
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
    text-align: center;
}

.single_feature .feature_img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 15px;
}

.feature_img i {
    color: #ff8000;
    font-size: 70px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_feature .feature_text h4 {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_feature .feature_text p {
    margin: 0;
}


/* :: 8.0 About Us Area CSS */
.about_us_text>h1 {
    font-size: 28px;
    font-family: 'KnowledgeBold', Arial, sans-serif;
	color:#ff8000;
	font-weight:600px;
}

.about_us_text>h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'KnowledgeBold', Arial, sans-serif;
	color:#ff8000;
	font-weight:600px;
}
.about_us_text>h3 {
    font-size: 26px;
    font-family: 'KnowledgeBold', Arial, sans-serif;
	color:#FFF;
	font-weight:600px;
	line-height: 36px;
}
.about_us_text>h4 {
    font-size: 18px;
    font-family: 'KnowledgeRegular', Arial, sans-serif;
	color:#FFF;
	font-weight:200px;
}


/* :: 9.0 Call to action Area Start */

.cta_area {
    position: relative;
    z-index: 1;
}

.cta_area h2,
.cta_area p {
    color: #fff;
}

.cta_content>h2 {
    font-size: 50px;
}


/* :: 10.0 Services Area CSS */

.single_service {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single_service_img img {
    border-radius: 1px;
}

.single_service_title {
    margin-top: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}


/* :: 11.0 Speciality Area CSS */

.our_speciality_area {
    position: relative;
    z-index: 1;
}

.single_speciality {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
}

.single_speciality_text {
    margin-left: 100px;
    position: relative;
    z-index: 1;
}

.single_speciality_text p {
    margin: 0;
    color: #fff;
}

.single_speciality_icon {
    left: 15px;
    position: absolute;
    top: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_speciality_icon i {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    color: #ff8000;
    font-size: 45px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.single_speciality_text>h4 {
    color: #fff;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_speciality:last-child {
    margin-bottom: 0;
}


/* :: 12.0 Service Details Area CSS */

.single_service_title>a {
    border: 1px solid #ddd;
    border-bottom: none;
    color: #ff8000;
    display: block;
    padding: 15px;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
}

.single_service_title>a>i {
    padding-right: 5px;
}

.single_service_title:nth-child(odd):hover>a {
    color: #fff;
    background-color: #ff8000;
}

.single_service_title:nth-child(even):hover>a,
.single_service_title>a.active {
    color: #fff;
    background-color: #ff8000;
}

.single_service_title:last-child>a {
    border-bottom: 1px solid #ddd;
}

.service_data_dl {
    border: 1px solid #ddd;
    margin-top: 30px;
    padding: 15px;
    border-radius: 20px;
}

.service_data_dl>p {
    text-align: center;
}

.service_data_dl>a {
    background-color: #ff8000;
    color: #fff;
    display: block;
    width: 50%;
    margin: 0 auto;
}

.service_data_dl>a:hover {
    background-color: #34495e;
}

.service_details_thumb {
    border: 1px solid #f6f6f6;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 2px;
    text-align: center;
}

.single_part_content {
    padding: 30px 0 0;
}

.single_part_content h3 {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ff8000;
    margin-bottom: 15px;
    text-align: center;
}

.single_part_content h3>span {
    color: #34495e;
}

.call_to_action.service .call_to>h3 {
    padding-left: 30px;
}


/* :: 13.0 Video Area CSS */

.video_area {
    position: relative;
    z-index: 1;
}

.video_play_area>h3,
.video_play_area>p {
    color: #fff;
}

.video_play_area a.video_btn>i {
    color: #fff;
    font-size: 70px;
}

.video_play_area a.video_btn>i:hover {
    color: #fff;
}


/* :: 14.0 Top CTA Area CSS */

.top_cta_area {
    background: #c0392b;
    background: -webkit-linear-gradient(to right, #8e44ad, #c0392b);
    background: -webkit-linear-gradient(left, #8e44ad, #c0392b);
    background: linear-gradient(to right, #8e44ad, #c0392b);
}

.top_cta_area h2 {
    color: #fff;
    margin: 0;
    text-align: center;
}


/* :: 15.0 Price Plan Area CSS */

.single_price_plan {
    margin-bottom: 30px;
    text-align: center;
}

.single_price_plan .title {
    padding: 30px;
}

.single_price_plan .title h3 {
    margin: 0;
    text-transform: capitalize;
}

.single_price_plan .price h2 {
    line-height: 1;
    margin: 0;
}

.single_price_plan .price {
    margin-bottom: 20px;
}

.single_price_plan .description {
    padding-bottom: 30px;
}

.single_price_plan .description>p {
    line-height: 2;
    margin: 0;
}

.single_price_plan .buy_now {
    padding: 0 0 30px;
}

.single_price_plan .buy_now>a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin: 0;
}

.single_price_plan .title>p {
    margin: 0;
}

.single_price_plan.active {
    box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
    background: #c0392b;
    background: -webkit-linear-gradient(to right, #8e44ad, #c0392b);
    background: -webkit-linear-gradient(left, #8e44ad, #c0392b);
    background: linear-gradient(to right, #8e44ad, #c0392b);
    border-radius: 5px;
}

.single_price_plan.active .title h3,
.single_price_plan.active .price h2,
.single_price_plan.active .description>p,
.single_price_plan.active .title>p {
    color: #fff;
}


/* :: 16.0 Our Advisor Area CSS */

.single_advisor {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
	height: 230px;
	margin-bottom: 50px;
}

.single_advisor_details_info {
    padding: 0px 0 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
		margin-bottom: 50px;
}

.single_advisor_details_info>h4 {
    margin: 0 0 5px;
    text-transform: uppercase;
	text-align:center;
    font-family: 'KnowledgeBold', Arial, sans-serif;
	color:#FFF;
	font-size:16px;
	font-weight:600;
	
}

.about_advisor {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.single_advisor_details_info>p {
    margin: 0 ;
	text-align:center;
    font-family: 'KnowledgeRegular', Arial, sans-serif;
	color:#FFF;
	font-size:14px;
	line-height: 16px;
	font-weight:300;
}

.advisor_thumb>img {
    border-radius: 1px;
}

.social_icon>a {
    display: inline-block;
    margin: 5px 5px 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.social_icon>a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.advisor_social_info {
    bottom: 15px;
    position: absolute;
    right: 15px;
    z-index: 9999;
}

.advisor_social_info .social_icon>a:hover {
    background-color: #ff8000;
    color: #fff;
}

.single_team_advisor_info {
    margin-top: 50px;
}

.single_team_advisor_info .team_name>h4 {
    margin-bottom: 5px;
}

.single_team_advisor_info .description {
    margin-top: 15px;
}


/* :: 17.0 Testimonial Area CSS */

.testimonial_area {
    position: relative;
    z-index: 1;
}

.testimonial_text {
    margin-bottom: 30px;
    text-align: center;
}

.testimonial_text>p {
    margin-bottom: 0;
}

.testimonial_author_name {
    text-align: center;
}

.testimonial_author_name>h4 {
    margin-bottom: 5px;
}

.testimonial_author_name>h5 {
    margin: 0;
}

.testimonials {
    position: relative;
    z-index: 1;
}

.owl-nav {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.owl-prev,
.owl-next {
    font-size: 70px;
    height: 80px;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 80px;
    margin-top: -40px;
    color: #151515
}

.owl-prev {
    left: -120px;
}

.owl-next {
    right: -120px;
}


/* :: 18.0 Partner Company Area CSS */

.partner_slides .owl-item a >img {
    padding: 30px;
}
.partner_slides .owl-nav {
  display: none;
}

/* :: 19.0 Cool Facts Area CSS */

.cool_facts_area {
    position: relative;
    z-index: 1;
}

.cool_fact_text {
    margin-bottom: 30px;
    text-align: center;
}

.cool_fact_text>p {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.cool_fact_text>h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
}

.cool_fact_text>i {
    color: #fff;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 15px;
}


/* :: 20.0 Blog Area CSS */

.single_latest_news_area {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single_latest_news_text_area {
    padding: 23px 0 0;
}

.single_latest_news_img_area>img {
    border-radius: 1px;
}

.date_tag {
    margin-bottom: 15px;
    width: 100%;
}

.date_tag .date,
.date_tag .tag {
    display: inline-block;
}

.date_tag .date a {
    margin: 0;
}

.date_tag .date a,
.date_tag .tag a {
    margin: 0;
}

.date_tag .tag {
    padding-left: 10px;
}

.partner_area {
    padding: 20px 0;
}


/* :: 21.0 Footer Area CSS */

.footer_area {
    position: relative;
    z-index: 1;
}

.footer_bottom_area {
    background-color: #4d4d4f;
}

.footer_bottom {
    padding: 25px 0;
    text-align: center;
}

.footer_bottom p {
    margin: 0;
    color: #fff;
	font-size:11px;
}

.footer_bottom p>a {
    color: #fff;
}

.footer_bottom p>i,
.footer_bottom p>a:hover {
    color: #ff8000;
}


/* :: 22.0 Blog Area CSS */

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
    margin: 0;
}

.blog_embed_video iframe {
    width: 100%;
}

.blog_post_slider .owl-dot {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    width: 12px;
}

.blog_post_slider .owl-dot.active {
    background-color: #ff8000;
}

.blog_post_slider .owl-controls {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.blog_post_slider .owl-dots {
    position: absolute;
    right: 15px;
    top: 15px;
}

.latest_blog_news_area.blog .single_latest_news_area {
    margin-bottom: 50px;
}

.blog-img {
    border: 1px solid #f6f6f6;
    padding: 5px;
}

.singl-blog-top-bg-area p {
    color: #3498db;
    padding: 40px 0;
    font-size: 18px;
}

.singl-blog-top-bg-area p a {
    color: #3498db;
}

#blog-carousel {
    padding: 5px;
    border: 1px solid #ededed;
    margin: 100px 0;
}

.singl-blog-title h3 {
    color: #ff8000;
    margin: 0;
    padding: 30px 0;
}

.singl-blog-status-bar {
    background: #f6f6f6 none repeat scroll 0 0;
    border-left: 10px solid #ff8000;
    margin-bottom: 30px;
    position: relative;
}

.singl-blog-status-bar span {
    display: inline-block;
    padding: 20px;
}

.singl-blog-status-bar span i {
    color: #354b60;
    font-size: 16px;
    margin-right: 10px;
}

.singl-blog-status-bar span>a {
    color: #333;
}

.singl-blog-details p {
    margin: 0;
    padding-bottom: 25px;
}

.share-links {
    padding: 15px 0;
}

.tag-share {
    overflow: hidden;
}

.blog-tag span {
    color: #333;
    padding: 0 10px;
}

.blog-tag button {
    background: #3498db;
    border: medium none transparent;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    margin: 0 4px;
    padding: 0 20px;
}

.blog-tag {
    padding: 9px 0;
}

.blog-share button {
    margin: 0 5px;
}

.blog-share button.like {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #333;
    font-size: 10px;
    padding: 10px 0;
}

.blog-share button.like i {
    color: #3498db;
    margin: 0 20px;
}

.blog-share button.like span {
    background: #888 none repeat scroll 0 0;
    font-size: 10px;
    margin: 0 20px;
}

.media-body p {
    margin: 0;
}

.media-body a.reply {
    color: #333;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 18px;
    float: right;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.media-body a.reply:hover {
    background-color: #3498db;
    color: #fff;
    border: 1px solid #3498db;
}

.media-bottom {
    margin-top: 17px;
}

.media-bottom p {
    color: #333;
    line-height: 24px;
    margin: 0;
    text-align: justify;
}

.border-left {
    border-left: 1px solid #e5e5e5;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.border-bottom-1 {
    margin-top: 70px;
    border-bottom: 1px solid #ececec;
}

.contact-form-title h4 {
    color: #ff8000;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 18px;
    margin-bottom: 35px;
}

.blog_comment_form #message {
    height: 50px;
    border-radius: 0;
    padding: 20px 0 0 12px;
}

.singl-blog-post figure {
    margin: 0;
}

.blog-details {
    text-align: left;
}

.singl-blog-status-bar>span:nth-child(4) {
    float: right;
}

.social-links {
    display: inline-block;
    padding-left: 14px;
    margin: 0;
}

.social-links li {
    display: inline-block;
    list-style: none;
}

.social-links li>a {
    display: block;
}

.social-links li>a>i {
    background-color: #34495e;
    border-radius: 50%;
    box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    height: 30px;
    line-height: 20px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    width: 30px;
}

.social-links a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.share-promt {
    color: #333;
    line-height: 16px;
}

.post_admin_area {
    padding: 15px;
    position: relative;
}

.post_admin_thumb {
    height: 100px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 100px;
    z-index: 9;
}

.post_admin_content {
    padding: 0 0 0 115px;
}

.single_related_post_area {
    padding: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.related_post_thumb {
    left: 15px;
    position: absolute;
    top: 15px;
    width: 150px;
    z-index: 5;
}

.related_post_content {
    padding-left: 165px;
}

.related_post_content h4 a {
    color: #ff8000;
}

.related_post_content h4 a:hover {
    color: #ff8000;
}

.related_post_content span a {
    color: #333;
    font-size: 12px;
}

.related_post_content span a:hover {
    color: #ff8000;
}

.related_post_content>p {
    margin: 10px 0 0;
}

.comment-wrapper {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.comment-meta {
    border-radius: 50%;
    height: 100px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 100px;
    z-index: 9;
}

.comment-content {
    padding: 0 0 0 115px;
}

.comment-reply {
    color: #ff8000;
    position: absolute;
    right: 15px;
    top: 15px;
}

.comment-author a {
    color: #333;
    font-size: 70%;
}

ul.children li {
    margin-left: 5%;
}

ul.children .comment-meta {
    height: 80px;
    width: 80px;
}

ul.children .comment-content {
    padding: 0 0 0 95px;
}

.comment_form_area .form-control {
    height: 45px;
}

.comment_form_area .form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.15);
    border: 1px solid #ff8000;
}

.comment_form_area textarea.form-control {
    height: 150px;
}

.comment_form_area button {
    background-color: #ff8000;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    height: 45px;
    padding: 0 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.comment_form_area button:hover {
    background-color: #ff8000;
    color: #fff;
}


/* :: 23.0 Gallery Area CSS */

.gallery_menu .portfolio-menu button {
    background-color: transparent;
    box-shadow: none;
    color: #888;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery_menu .portfolio-menu button:hover,
.gallery_menu .portfolio-menu button:active,
.gallery_menu .portfolio-menu button:focus {
    background-color: transparent;
    color: #111;
}

.portfolio-menu {
    margin-bottom: 30px;
}

.single_gallery_content {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single_gallery_content img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    border-radius: 2px;
}

.single_gallery_content:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.single_gallery_content .hover_overlay {
    background: #c0392b;
    background: -webkit-linear-gradient(to right, #8e44ad, #c0392b);
    background: -webkit-linear-gradient(left, #8e44ad, #c0392b);
    background: linear-gradient(to right, #8e44ad, #c0392b);
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_content:hover .hover_overlay {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.single_gallery_content .gallery_info {
    text-align: center;
}

.single_gallery_content:hover .gallery_info {
    -webkit-animation: zoomIn 350ms ease-in-out;
    animation: zoomIn 350ms ease-in-out;
}

.gallery_info h5 {
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery_info p {
    color: #fff;
    margin: 0 auto;
    max-width: 300px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.image_zoom_in {
    position: absolute;
    right: 15px;
    z-index: 999;
    bottom: 15px;
}

.image_zoom_in>a {
    color: #fff;
    font-size: 20px;
}

.image_zoom_in>a:hover {
    color: #fff;
}


/* :: 24.0 Contact Us Area CSS */

.contact_input_area .form-group input,
.contact_input_area .form-group select,
.contact_input_area .form-group textarea {
    border-radius: 0;
    height: 35px;
    margin-bottom: 15px;
    padding: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
	color:#000;
}

.contact_input_area .form-group input:focus,
.contact_input_area .form-group select:focus,
.contact_input_area .form-group textarea:focus {
    border: 1px solid #ff8000;
    box-shadow: none;
}

.contact_input_area .form-group textarea {
    height: 50px;
}

.success,
.error {
    padding: 1em;
    margin-bottom: 12px;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.success {
    color: #0F0;
    background-color: #2ecc71
}

.error {
    color: #fff;
    background-color: #c0392b;
}

.map_area {
    height: 400px;
    width: 100%;
}

.message_now_area {
    position: relative;
    z-index: 1;
}

.message_now_area .section_heading>p {
    max-width: 100%;
}

.message_now_area .section_heading {
    margin-bottom: 0;
}

.single_contact_area>p>i {
    color: #ff8000;
    margin-right: 10px;
}

.social_links_area {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    text-align: left;
}

.social_links_area>a {
    border: 2px solid #ff8000;
    border-radius: 0;
    color: #ff8000;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
}

.social_links_area>a>i {
    line-height: 36px;
}

.social_links_area>a:hover {
    background-color: #ff8000;
    color: #fff;
    border: 2px solid transparent;
}


/* :: 25.0 Sidebar Area CSS */

.event_location,
.latest_post,
.catagory_section,
.achive_section {
    margin-bottom: 30px;
}

.search_post>h4,
.event_location>h4,
.latest_post>h4,
.catagory_section>h4,
.tag_section>h4,
.achive_section>h4 {
    color: #ff8000;
}

.achive_section ul li>a,
.catagory_section ul li>a {
    border-bottom: 1px dashed #dadada;
    color: #333;
    display: block;
    padding: 5px 0 5px 10px;
}

.achive_section ul li>a:hover,
.catagory_section ul li>a:hover {
    border-bottom: 1px dashed transparent;
    color: #ff8000;
    padding: 5px 0 5px 15px;
}

.achive_section ul li>a>i,
.catagory_section ul li>a>i {
    padding-right: 10px;
}

.latest_post .single_latest_post {
    border-bottom: 1px dashed #dadada;
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.latest_post .single_latest_post>a>h5 {
    margin: 0;
    color: #ff8000;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.latest_post .single_latest_post>a>h5:hover {
    color: #ff8000;
}

.latest_post .single_latest_post>p {
    margin: 0;
    color: #6f6f6f;
}

.latest_post .single_latest_post>img {
    left: 0;
    position: absolute;
    top: 15px;
    width: 90px;
    height: auto;
    z-index: 9;
}

.tag_section ul>li {
    display: inline-block;
    margin: 2px 0;
}

.tag_section ul>li>a {
    border: 2px solid #ff8000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    width: auto;
    background-color: #ff8000;
}

.tag_section ul>li>a:hover {
    background-color: transparent;
    border: 2px solid #ddd;
    color: #ff8000;
}

.search_post>form input {
    border: 1px solid #dadada;
    height: 40px;
    margin-bottom: 30px;
    padding: 5px 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.search_post>form input:focus {
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
}


/* :: 26.0 Why Choose Us Area CSS */

.why_choose_us_area {
    overflow: hidden;
}

.why_choose_us_area .container-fluid {
    padding: 0;
}

.single_choose_us {
    position: relative;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 33.3333%;
    display: inline-block;
    float: left;
    padding: 100px 30px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.single_choose_us:before {
    background-color: rgba(52, 73, 94, 0.8);
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    z-index: -1;
    border-right: 5px solid #ff8000;
}

.single_choose_us:hover:after {
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    height: calc(100% - 30px);
    left: 15px;
    position: absolute;
    top: 15px;
    border-radius: 3px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: calc(100% - 30px);
}

.single_choose_us:hover:before {
    background-color: rgba(52, 73, 94, 0.9);
    width: 150%;
}

.choose_us_icon_title {
    width: 75%;
    text-align: center;
}

.single_choose_us .choose_us_icon_title h4,
.choose_us_overlay_text h4 {
    color: #fff;
    margin-bottom: 10px;
}

.choose_us_icon {
    background-color: #ff8000;
    border-radius: 50%;
    color: #fff;
    height: 70px;
    margin: 0 auto 15px;
    width: 70px;
    display: block;
}

.choose_us_icon>i {
    font-size: 30px;
    line-height: 70px;
}

.choose_us_overlay_text {
    left: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: calc(100% - 60px);
    height: 100%;
}

.choose_us_overlay_text p {
    color: #fff;
}

.single_choose_us:hover .choose_us_icon_title {
    visibility: hidden;
}

.single_choose_us:hover .choose_us_overlay_text {
    visibility: visible;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.choose_us_overlay_text .table {
    margin-bottom: 0;
}


/* 27.0 Background Video Version CSS */

.welcome_area.yt_video_background {
    position: relative;
    z-index: 1;
}

.welcome_area.yt_video_background:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-image: url(../img/core-img/pattern-1.png);
    background-repeat: repeat;
    z-index: 5;
}

.yt_video_background #btn-1 {
    margin-right: 15px;
}


/* :: 28.0 special area css */

.special_area_text {
    padding-top: 15px;
}

.special_area_text>h3 {
    color: #ff8000;
    line-height: 36px;
}

.special_area_text>p {
    color: #333;
    margin-bottom: 30px;
}

.special_area_text>h5 {
    color: #ff8000;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.special_area_text>h5:before {
    position: absolute;
    z-index: 5;
    content: "\f00c";
    font-family: 'fontawesome';
    top: 0;
    left: 0;
    font-size: 18px;
    color: #ff8000;
}


/* :: 29.0 Owl Carousel Slider CSS */

.welcome_area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single_slide {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
}

.single_slide:before {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.single_slide .slide_text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    text-align: center;
}

.single_slide .slide_text h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.single_slide .slide_text h2>span {
    color: #e67e22;
}

.single_slide .slide_text h3 {
    font-size: 20px;
    color: #fff;
}

.single_slide .slide_text a {
    background-color: #354b60;
    border-radius: 6px;
    color: #fff;
    border: none;
    display: inline-block;
    font-size: 18px;
    margin: 15px auto 0;
    overflow: hidden;
    padding: 12px 20px;
    width: auto;
}

.single_slide .slide_text a:hover {
    background-color: #e67e22;
    color: #fff;
}

.welcome_area .welcome_slides .owl-nav {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.welcome_area .welcome_slides .owl-nav .owl-prev,
.welcome_area .welcome_slides .owl-nav .owl-next {
    background-color: #fff;
    color: #e67e22;
    cursor: pointer;
    height: 40px;
    position: absolute;
    text-align: center;
    top: -20px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 40px;
    z-index: 999;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.welcome_area .welcome_slides .owl-nav .owl-prev {
    left: -45px;
}

.welcome_area .welcome_slides .owl-nav .owl-next {
    right: -45px;
}

.welcome_area .welcome_slides .owl-nav .owl-prev:hover,
.welcome_area .welcome_slides .owl-nav .owl-next:hover {
    background-color: #e67e22;
    color: #fff
}

.welcome_area .welcome_slides:hover .owl-nav .owl-prev {
    left: 15px;
}

.welcome_area .welcome_slides:hover .owl-nav .owl-next {
    right: 15px;
}

.welcome_area .welcome_slides .owl-nav .owl-prev>i,
.welcome_area .welcome_slides .owl-nav .owl-next>i {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.bg-parallax {
    background-attachment: fixed;
}

.single_sitemap_area ul li {
    padding: 0 0 5px 15px;
    position: relative;
    z-index: 1;
}

.single_sitemap_area ul li:before {
    position: absolute;
    left: 0;
    content: "\f192";
    top: 0;
    z-index: 2;
    font-family: "FontAwesome";
    color: #333;
}

.single_sitemap_area ul li ul li {
    padding: 0 0 5px 30px;
    position: relative;
    z-index: 1;
}

.single_sitemap_area ul li ul li:before {
    position: absolute;
    left: 13px;
    content: "\f192";
    top: 0;
    z-index: 2;
    font-family: "FontAwesome";
    color: #333;
}

.mt30 {
    margin-top: 30px;
}


/* :: 30.0 Barfiller CSS */

.barfiller {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.3) inset;
    height: 10px;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.barfiller .fill {
    background: #DC2424 !important;
    background: -webkit-linear-gradient(to left, #4A569D, #DC2424)!important;
    background: -webkit-linear-gradient(right, #4A569D, #DC2424)!important;
    background: linear-gradient(to left, #4A569D, #DC2424)!important;
    display: block;
    height: 100%;
    position: relative;
    width: 0;
    z-index: 1;
    border-radius: 3px;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    background: transparent none repeat scroll 0 0;
    left: 0;
    margin-top: -30px;
    padding: 2px 4px;
    position: absolute;
    z-index: 2;
}

.barfiller .tip:after {
    display: none;
}

.skrill_title {
    color: #151515;
    font-size: 14px;
}


/* :: 31.0 Dark Version CSS */

.dark-version,
.dark-version .main_header_area.sticky {
    background-color: #151515;
}

.dark-version .footer_bottom_area {
    background-color: #000;
}

.dark-version .owl-prev,
.dark-version .owl-next,
.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6 {
    color: #fff;
}

.dark-version p,
.dark-version .social_icon>a,
.dark-version .main_header_area.sticky .mainmenu ul#nav li a,
.dark-version .barfiller .tip,
.dark-version a,
.dark-version a:hover,
.dark-version a:focus {
    color: #dddddd;
}


/* :: 32.0 Animated Headline CSS */

.default-title h2.cd-headline span {
    color: #fff;
}

.cd-headline.clip .cd-words-wrapper:after {
    background-color: #fff;
}

.cd-headline.clip b {
    font-weight: 400;
}

.text-typed .cd-intro {
    margin: 0 auto;
}

.text-typed .cd-headline {
    font-size: 50px;
}

.cd-headline.clip b {
    color: #ff8000;
}

.text-typed .cd-headline {
    font-size: 50px;
    color: #fff;
}

.text-typed .welcome_text>p {
    color: #fff;
}


/* :: 33.0 Fullscreen Menu Area CSS */

.full_screen_menu .navbar-toggle>i {
    color: #fff;
}

.full_screen_menu .sticky .navbar-toggle>i {
    color: #151515;
}

.full_screen_menu nav.navbar.bootsnav {
    background-color: transparent;
    border-color: transparent;
}

.full_screen_menu nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
}

.full_screen_menu nav.bootsnav.navbar-full {
    padding-bottom: 5px;
    padding-top: 5px;
}

.full_screen_menu nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: rgba(255, 255, 255, 0.9)
}


/* :: 34.0 Right Side Menu Area CSS */

.right_side_menu nav.navbar.bootsnav {
    background-color: transparent;
    border-color: transparent;
}

.right_side_menu .side {
    background-color: #151515;
    padding: 30px;
}

.right_side_menu .side .widget {
    margin-bottom: 30px;
    margin-top: 50px;
}

.right_side_menu .attr-nav>ul>li>a {
    color: #fff;
}

.right_side_menu .sticky .attr-nav>ul>li>a {
    color: #151515;
}

.right_side_menu a,
.right_side_menu a:hover,
.right_side_menu a:focus {
    color: #ddd
}

.right_side_menu ul#nav li {
    display: inline-block;
}

.right_side_menu #nav a {
    color: #fff;
    display: block;
    line-height: 1;
    padding: 26px 15px;
    text-transform: capitalize;
}

.right_side_menu .attr-nav>ul>li>a {
    padding: 23px 15px;
}

.right_side_menu .sticky #nav a {
    color: #151515;
}

.right_side_menu .container>ul {
    display: inline-block;
    float: right;
}

.right_side_menu .widget .side_menu li a {
    display: block;
    line-height: 1;
    padding: 7px 0;
}

.right_side_menu .widget .side_menu li a:hover {
    color: #ff8000;
}

.right_side_menu ul#nav.side_menu li {
    display: block;
}

.right_side_menu #nav.side_menu a {
    padding: 10px 0;
}

.right_side_menu .sticky #nav.side_menu a {
    color: #ddd;
}


/* :: 35.0 Split Screen CSS */

#oneplus-split .about_us_text {
    margin-bottom: 30px;
}

#oneplus-split .map_area {
    height: 100%;
    width: 100%;
}

.ms-section {
    background-position: center center;
    background-size: cover;
}

#multiscroll-nav span {
    border: 1px solid #333;
    height: 15px;
    width: 15px;
}

.intro_right_area {
    padding: 0 40px;
}
.fondo-naranja{
	background-color: #ffa200;
}
.fondo-gris{
	background-color: #f2f2f2;
}
.texto-base{
    font-family: 'KnowledgeLight', Arial, sans-serif;
	color: #4d4d4f;
	font-size:16px;
	line-height: 24px;
}
.texto-base2{
    font-family: 'KnowledgeLight', Arial, sans-serif;
	color: #4d4d4f;
	font-size:18px;
		line-height: 26px;
}
.texto-base3{
    font-family: 'KnowledgeLight', Arial, sans-serif;
	color: #4d4d4f;
	font-size:24px;
}
.cubre-todo{
	overflow:hidden;
}
.fondo-negro-trans{
	background-color: rgba(0,0,0,0.60);
	overflow:hidden;
	padding: 40px 30px 20px 30px;
}
.texto-chico-bco{
    font-family: 'KnowledgeLight', Arial, sans-serif;
	color: #FFF;
	font-size:12px;
	line-height: 16px;
}
.titulo1 {
    font-size: 22px;
    font-family: 'KnowledgeRegular', Arial, sans-serif;
	color:#ff8000;
	font-weight:700px;
}

.titulo2 {
    font-size: 18px;
    font-family: 'KnowledgeRegular', Arial, sans-serif;
	color:#FFF;
	font-weight:200px;
}
.titulo3 {
    font-size: 18px;
    font-family: 'KnowledgeRegular', Arial, sans-serif;
	color:#ff8000;
	font-weight:700px;
}
.titulo4 {
    font-size: 14px;
    font-family: 'KnowledgeRegular', Arial, sans-serif;
	color:#ff8000;
	font-weight:700px;
}
.titulo5 {
    font-size: 14px;
    font-family: 'KnowledgeRegular', Arial, sans-serif;
	color:#fff;
	font-weight:300px;
}


.redes{
	padding: 0px 0px 15px 0px;
	position:relative;
	background-color: #ffffff;
	color: #666666;
	overflow: hidden;
	font-family: 'KnowledgeRegular',  arial, sans-serif !important; 
	border-top: solid 1px #f2f2f2;
}

.facebook{
	display: block;
	margin-top: 25px;
}
.facebook img{
	margin-right: 5px;
}
	
.url{
	margin-top: 10px;
	display: block;
	font-size: 17px;
}

.link {
	color: #0099c4; 
	text-decoration:none; 
	font-weight:bold;
}
.link:hover {
	color: #2ec6f1 !important; 
	text-decoration:none !important; 
}
.link:visited {
	color: #2ec6f1 !important; 
	text-decoration:none !important; 
}

/*---start-footer----*/
.footer{
	padding: 0em 0.5em 20px 0.5em;
	position:relative;
	background-color: #ffffff;
	font-size:1.2em;
	text-align: right;
}

.footer  .logo_foot{
	width: 255px;
	padding-top: 15px;
}

.footer  .logo_movil{
	display: none;
}

/*---start-footer----*/
.footer{
	padding: 0em 0.5em 20px 0.5em;
	position:relative;
	background-color: #ffffff;
	font-size:1.2em;
	text-align: right;
}

.footer  .logo_movil{
	display: none;
}
